home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00026_Girl Video Button Script.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  294 b   |  17 lines

  1. on mouseDown
  2.   global gbVideoUp
  3.   set gbVideoUp to 1
  4.   set the visible of sprite 17 to 1
  5.   buttonLogic()
  6.   if the result = 1 then
  7.     puppetSprite(2, 0)
  8.     if the machineType = 256 then
  9.       sound stop 1
  10.       sound stop 2
  11.     else
  12.       rainfade()
  13.     end if
  14.   end if
  15.   bGetGirlVideo(1)
  16. end
  17.